home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
WWW Studio 2004
/
WWW Studio.iso
/
Serwisy
/
at40
/
dane
/
attach
/
gra01.swf
/
scripts
/
DefineSprite_152
/
frame_11
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-04-02
|
279 b
|
18 lines
skoczyl = 1;
if(_X < _root.pr._x and skok == 0)
{
if(_root.pr._x - _X < 80)
{
skok = 1;
spadl = 1;
g = (- (80 - (_root.pr._x - _X))) / 20;
trace("__________" + g);
xs += 2;
stop();
}
else
{
play();
}
}